home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Smooth-Funky-Monkey / gtk-2.0 / gtkrc
Text File  |  2004-06-20  |  5KB  |  215 lines

  1. # Theme Name  : Smooth-Funky-Monkey
  2. # Author(s)   : Andrew Johnson ala ajgenius (ajgenius@ajgenius.us)
  3. # Description :
  4.  
  5. style "default" {
  6.     ######  GTK Style Flags  ###### 
  7.     GtkWidget::interior_focus         = 5
  8.     GtkButton::default_border         = {5, 5, 5, 5}
  9.     GtkButton::default_outside_border = {5, 5, 5, 5}
  10.     GtkButton::default_spacing        = 6
  11.  
  12.     GtkCheckButton::indicator_size    = 13
  13.     GtkRadioButton::indicator_size    = 12
  14.  
  15.     GtkRange::trough_border           = 2
  16.     GtkRange::slider_width            = 15
  17.     GtkRange::stepper_size            = 15
  18.     GtkRange::stepper_spacing         = 0
  19.   
  20.     GtkPaned::handle_size  = 10
  21.  
  22.     GtkScrollbar::has_backward_stepper = 0
  23.     GtkScrollbar::has_secondary_forward_stepper = 0
  24.  
  25.     GtkScrollbar::has_forward_stepper = 1
  26.     GtkScrollbar::has_secondary_backward_stepper = 1
  27.  
  28.     fg[ACTIVE]        = "#000000"
  29.     fg[INSENSITIVE]   = "#c8c9b7"
  30.     fg[NORMAL]        = "#000000"
  31.     fg[PRELIGHT]      = "#000000"
  32.     fg[SELECTED]      = "#f6f7ec"
  33.  
  34.     bg[ACTIVE]        = "#c8c9b7"
  35.     bg[INSENSITIVE]   = "#e6e7d7"
  36.     bg[NORMAL]        = "#e6e7d7"
  37.     bg[PRELIGHT]      = "#f6f7ec"
  38.     bg[SELECTED]      = "#e4a10c"
  39.  
  40.     base[ACTIVE]      = "#e4a10c"    
  41.     base[INSENSITIVE] = "#e6e7d7"
  42.     base[NORMAL]      = "#f4f4e0"
  43.     base[PRELIGHT]    = "#c6c7b5"
  44.     base[SELECTED]    = "#e4a10c"
  45.  
  46.     text[ACTIVE]      = "#000000"
  47.     text[INSENSITIVE] = "#000000"
  48.     text[NORMAL]      = "#000000"
  49.     text[PRELIGHT]    = "#000000"
  50.     text[SELECTED]    = "#ffffff"
  51.  
  52.     stock["gtk-go-back"] =    {{ "stock_go-back.svg" }}
  53.     stock["gtk-go-forward"] =    {{ "stock_go-forward.svg" }}
  54.     stock["gtk-go-up"] =        {{ "stock_go-up.svg" }}
  55.     stock["gtk-home"] =        {{ "stock_home.svg" }}
  56.  
  57.     stock["gtk-refresh"] =    {{ "stock_refresh.svg" }}
  58.     stock["gtk-stop"] =        {{ "stock_stop.svg" }}
  59.  
  60.     engine "smooth"  {
  61.        fill {
  62.            style=shaded
  63.            hdirection = vertical
  64.            vdirection = horizontal
  65.            shade1 = 0.98
  66.            shade2 = 1.03
  67.       }
  68.  
  69.       line {
  70.          style=smooth
  71.          thickness=2
  72.       }
  73.  
  74.       grip {
  75.          style= ns_buds_in
  76.          count = 8
  77.          spacing = 2
  78.      }
  79.   
  80.      check {
  81.          style=clean
  82.          fill {
  83.              style=shaded
  84.              hdirection = fdiagonal
  85.              vdirection = fdiagonal
  86.              shade1 = 0.98
  87.              shade2 = 1.03
  88.         }
  89.      }
  90.      
  91.      option {
  92.          style=circle
  93.          fill {
  94.              style=shaded
  95.              hdirection = fdiagonal
  96.              vdirection = fdiagonal
  97.              shade1 = 0.98
  98.              shade2 = 1.03
  99.         }
  100.      }
  101.  
  102.    trough {
  103.       fill {
  104.         style=solid
  105.       }
  106.     }
  107.  
  108.      arrow {
  109.         style=cleanice
  110.     solid=TRUE
  111.     }
  112.  
  113.     tab_style = triangle
  114.    }
  115. } widget_class "*" style "default"
  116.  
  117. style "menu" {
  118.    bg[PRELIGHT] ="#e4a10c"
  119.    fg[PRELIGHT]  = "#f6f7ec"
  120.    engine "smooth" {
  121.        fill {
  122.            style=shaded
  123.            hdirection = vertical
  124.            vdirection = horizontal
  125.            shade1 = 0.98
  126.            shade2 = 1.03
  127.       }
  128.  
  129.       line {
  130.          style=smooth
  131.          thickness=2
  132.       }
  133.  
  134.      check {
  135.          style=clean
  136.           line {
  137.             style=none
  138.             thickness=1
  139.           }
  140.      }
  141.      
  142.      option {
  143.          style=circle
  144.           line {
  145.             style=none
  146.             thickness=1
  147.           }
  148.      }
  149.  
  150.      arrow {
  151.         style=cleanice
  152.     solid=TRUE
  153.     }
  154.   }
  155. }
  156. class "*MenuItem*" style "menu"
  157. widget_class "*MenuItem*" style "menu"
  158. class "*Toolbar*.*" style "menu"
  159. widget_class "*Toolbar*.*" style "menu"
  160.  
  161. style "scrollbar" {
  162.     engine "smooth" {
  163.        fill {
  164.            style=shaded
  165.            hdirection = vertical
  166.            vdirection = horizontal
  167.            shade1 = 0.98
  168.            shade2 = 1.03
  169.       }
  170.  
  171.       line {
  172.          style=smooth
  173.          thickness=2
  174.       }
  175.  
  176.       grip {
  177.          style= ns_buds_in
  178.          count = 8
  179.          spacing = 2
  180.      }
  181.   
  182.    trough {
  183.       fill {
  184.         style=solid
  185.       }
  186.     }
  187.  
  188.      arrow {
  189.         style=cleanice
  190.     solid=TRUE
  191.         xpadding = 1
  192.         ypadding = 1
  193.     }
  194.   }
  195. }
  196. widget_class "*Scrollbar*" style "scrollbar"
  197. class "*Scrollbar*" style "scrollbar"
  198.  
  199. style "radio_check" {
  200.     text[PRELIGHT]    = "#e4a10c" #radio buttons use text[state] for the check colour
  201.     text[ACTIVE]    = "#f4f4e0"
  202.     text[NORMAL]    = "#000000"
  203.     text[SELECTED]    = "#e4a10c"
  204. }
  205. widget_class "*RadioButton*" style "radio_check"
  206. widget_class "*CheckButton*" style "radio_check"
  207.  
  208. style "infobar" {
  209.   bg[PRELIGHT] = "#e4a10c"
  210.   fg[PRELIGHT]  = "#f6f7ec"
  211.   xthickness = 2
  212.   ythickness = 2
  213. }
  214. widget_class "*Progress*"        style "infobar"
  215.